func internal/chacha8rand.block
5 uses
internal/chacha8rand (current package)
chacha8.go#L30: func block(seed *[4]uint64, blocks *[32]uint64, counter uint32)
chacha8.go#L76: block(&s.seed, &s.buf, 0)
chacha8.go#L101: block(&s.seed, &s.buf, s.c)
chacha8.go#L163: block(&s.seed, &s.buf, s.c)
chacha8_generic.go#L141: x := block
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |